The status value of 1 can be returned, but the page does not jump. What should I do?
You first:
alert(window.locathion.href);
See what will be displayed. If a message pops up, then:
window.location.href = 'http://www.php.cn/';
Try.
You first:
alert(window.locathion.href);
See what will be displayed. If a message pops up, then:
window.location.href = 'http://www.php.cn/';
Try.