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.
我正在使用 JQuery,我想捏缩放图像。 我的代码是:
$(document).bind('mobileinit', function(){ $.mobile.metaViewportContent = 'width=device-width'; });