摘要: /*----------------------------index.html------------------------------------*/ Shopping list What to buy Don't forgrt to buy this stuff. A tin of b... 阅读全文
posted @ 2014-12-29 22:32 PLDaily 阅读(280) 评论(0) 推荐(0)
摘要: typeof可以告诉我们它的操作数是一个字符串(string)、数值(number)、函数(function)、布尔值(boolean)或对象(object)。1.字符串(string)alert(typeof("asss"))、alert(typeof("123"))等。此时警告框显示的是stri... 阅读全文
posted @ 2014-12-29 22:00 PLDaily 阅读(257) 评论(0) 推荐(0)