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 在当前页面的头部加载页面头部?我试过这个,但它似乎不起作用。
jQuery(function() { var page = http://www.mysite.com/mypage; jQuery('head').load(page +' head'); });
可以更改头部的内容,但是为什么呢?!
$(function() { $('head').html('html'); $('head title').html('new title'); });
浏览网站意味着您刷新页面,您将无法播放没有故障的声音。
侧面的声音是一个坏主意,但如果你必须......为播放器的 div 制作一个框架,为页面内容制作一个框架。这不是一个好的做法,但它会起作用并且很简单。