我使用window.open方法打開了帶有引數的新站點,我必須通過post方法來傳遞它。 ... var newWindow = window.open(url, name); if (!newWindow) return false; ...
確定! 回上一頁