Number(11).toString()"11"var num = 111;undefinednum.toString()"111"111.toString()VM234432:1 Uncaught SyntaxError: Invalid or unexpected tokenhtml
緣由:JavaScript的解釋器把數字後的"."偷走了(做爲前面數字的小數點), 相似於下面的操做:htm
原文連接:http://www.javashuo.com/article/p-xhoecawh-cx.htmlblog