单项选择题
console.log(typeof+’3’);输出结果是()
A.string B.boolean C.null D.number
单项选择题 定义一个模块,里面写两个方法,分别是sayHello和sayBye,把这两个方法全部抛出,以下写法正确的是()
单项选择题 require(["jquery","underscore"],function($, _){}) 以下说法正确的是:()
单项选择题 定义一个加法的模块,在这个模块内需要传两个参数,抛出这个方法()