我看到那段代码了~
<script>
// Issue a warning if trying to preview an exported project on disk.
(function(){
// Check for running exported on file protocol
if (window.location.protocol.substr(0, 4) === "file")
{
alert("Exported games won*t work until you upload them. (When running on the file:/// protocol, browsers block many features from working for security reasons.)");
}
})();
</script>
直接删掉就可以了,但是对于chrome内核还是不会自动显示出来~我在想想办法吧~谢谢大家~
@罗曼T克