有没有人知道是否可以使用系统功能来区分Linux和PS3?或任何其他方法来解决这个问题。
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabilities.html
发布于 2011-07-14 21:41:11
System.Capabilities.Version将展示闪存版本之前的操作系统,Win,Mac,Lin,和PS3等。
发布于 2011-07-06 12:48:11
根据this的说法,PlayStation有特殊的用户代理,你可以检查navigator.userAgent.indexOf("PLAYSTATION") > -1。
https://stackoverflow.com/questions/6422004
复制相似问题