摘要:
http://devnet.jetbrains.net/thread/435906?tstart=1 上面是论坛的一帖,很好的解释了如何使用。把例子下下来看看就很清楚了。 阅读全文
posted @ 2012-12-12 15:29
卜海清
阅读(228)
评论(0)
推荐(0)
摘要:
The rule is: If you add a number and a string, the result will be a string!Example x=5+5;y="5"+5;z="Hello"+5;The result of x,y, and z will be:1055Hello5 阅读全文
posted @ 2012-12-12 09:35
卜海清
阅读(216)
评论(0)
推荐(0)
摘要:
今天注意到JavaScript里的一个特性:一个变量被重新声明后,其之前的赋值还是存在的。var test ="test";console.debug(test) ;//output: testvar test;console.debug(test);// also output: test 阅读全文
posted @ 2012-12-12 06:16
卜海清
阅读(159)
评论(0)
推荐(0)

浙公网安备 33010602011771号