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.
如果检测到 android,如何加载和应用 css:
if( navigator.userAgent.match(/Android/i) { load css .. } else { dont load css .. }
$("head").append("<style ...");
你的手机是横向的吗?仅当您处于横向时才会执行此媒体查询。