Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据您使用的浏览器,控制台会说Object#<S>这实际上只是意味着您的对象类型,因为 JavaScript 不是基于类的,它永远不会说myytplayer.
Object#<S>
myytplayer
在任何浏览器中设置断点if(myytplayer){将显示您的myytplayer对象是否已undefined初始化为您的类类型。这可能是由许多问题引起的。可能需要调用初始化程序来设置您的对象,如果这已经完成,那么您需要查看脚本加载并确保在执行代码之前加载您的 myytplayer 脚本。
if(myytplayer){
undefined