我有一个html页面,在它的头部有很多css和javascript标签。我想打印他们在一个php页面,因为它是。我也尝试过php、echo file_get_contents("html_url");和fread函数。php页面会按照预期加载html。但问题是一些css代码和javascript代码不能工作。例如,我有一个javascript函数:
window.addEventListener('load' , openFirstCollapse );
function openFirstCollapse(){
var elem = do
我需要在一个页面上的JS检查推荐人-前一页-来自相同的领域。
包含JS的页面的URL格式如下:
可能有多个以前的页面。因此,JS需要检查域名是否匹配。
如果域名不同,我想将用户发送到另一个页面。
这就是我想要做的:
var matchHost = /^https?:\/\/.*\//;
var match = matchHost.exec(document.referrer);
var domain = "http://subdomain.site.com/dir/";
if (match !== domain) {
window.location.href = do
我已经成功地向Google Analytics报告了当前页面的URL,但它报告的是前一页的标题。 我看过几个教程,它们都没有讨论页面标题。 下面是我正在使用的app.component.ts文件中的代码: constructor(public router: Router) {
this.router.events.subscribe(event => {
if (event instanceof NavigationEnd) {
// FIXME need to make this track the correct current t