我想问问这个预览滴标题能改吗?能改怎样改??

我想问问这个预览滴标题能改吗?能改怎样改??

方法1:
if (cc.sys.isBrowser) {
document.getElementsByTagName(“title”)[0].innerText = ‘想要的标题’;
}
方法2:
build-templates/web-mobile/index.html中title标签直接设置“想要的标题”
谢谢 !!
方法2:
build-templates/web-mobile/index.html中title标签直接设置“想要的标题”
这样改了 在预览里没用,没有效果
不好意思,build-templates是打包后生效
还是很感谢!