function openWindow(){
window.open('www.imooc.com','_blank','width=600,height=400')
}
记住,为什么这段代码没有办法显示?
windows.open后面执行的字符串不加http的话,是没办法去定义括号里究竟是链接还是文本。
所以,http是一定要加上去的