Tekkaman

导航

 

2012年6月27日

摘要: 【JavaScript变量】Plus operatorAnalternativemethod ofretrievinga number from a string is with the+operator."1.1"+"1.1"="1.11.1"(+"1.1")+(+"1.1")=2.2//Note:theparenthesesareaddedforclarity,notrequired.Declaring variablesYou can declare a variable in two w 阅读全文
posted @ 2012-06-27 11:34 Tekkaman 阅读(222) 评论(0) 推荐(0)
 
摘要: 【JavaScript & ECMAScript】 Netscape invented JavaScript, and JavaScript was first used in Netscape browsers. Netscape is working with Ecma Internationa 阅读全文
posted @ 2012-06-27 09:55 Tekkaman 阅读(347) 评论(0) 推荐(0)