javascript-原型链

先来看一段代码: <!DOCTYPE html> <html> <script type="text/javascript"> function show(){ console.log(typeof(x)); //undefined console.log(typeof(10));//number console.log(typeof("asdf"));//string
相关文章
相关标签/搜索