嗨我目前正在使用HTML中的表單,將表單數據從一個HTML表單傳遞到另一個表單。當顯示數據時,我得到%20
代替每個空間。有沒有辦法取代這個?在JavaScript中用空格替換%20
我在接收頁面代碼:
<script type = "text/javascript">
document.write("Business Name: ", BusinessName);<-- Variables that are passed through URL-->
document.write("Business Type: ", BusinessType);
document.write("Business Purpose: ", BusinessPurpose);
</script>
http://stackoverflow.com/questions/20792572/javascript-replace-all-20-with-a-space – Venom
您好,您需要將數據 – Radu
@Venom,親愛的上帝解碼...這接受答案非常糟糕。 – Smeegs