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.
如何通过代码(javascript或jquery或html)检查我工作的浏览器是否支持webkit?
var isWebkit = (window.webkitURL != null); if(isWebkit){ alert("i am a webkit based browser!"); }