摘要:string water = "H" + "\x2082" + "O"; // You can split the string up if you want. string ammonia = "NH\x2083"; // Or not split it.string energy = "e=mc\x00B2"; // Most well-known, poorly understood equation.string PythagoreanTheorem = "a\x00B2+b\
阅读全文
posted @ 2011-10-24 16:17