标签: jquery
$.ajax({ type: 'GET', url: 'report.php', data: ({url: href}) }); alert(href);
href = https://website.com
如何从网址中删除https?
答案 0 :(得分:2)
只需在href上使用Javascript替换功能。
href.replace('https://','');