unescape

文字をアンエスケープ

構文

unescape(string)

例文

<html>
<head>
<title>unescape</title>
</head>

<body>

<!--文字をアンエスケープのサンプル-->
<script type="text/javascript">
document.write(unescape("http%3A//www.yahoo.co.jp/")+ "<br>");
document.write(unescape("%26/%3F%3A@%23%3D%2C+%24 "));
</script>

</body>
</html>

関連記事

スポンサーリンク

PostgreSQLでERROR: duplicate key value violates unique constraint "hoge_pkey" DETAIL: Key (id)=(10) already exists.と出る場合

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る