比如window.open('http://www.imooc.com','_blank','width=300,height=200,menubar=no,toolbar=no, status=no,scrollbars=yes')这里改成双引号也可以吧?
可以用双引号,JS上没有区别,在PHP上才有区别,如果字符串中包含的字符也需要引号的话需要不一样的。
例如:<input type="button" onclick="alert('提示信息')">