次のようにコードコードをコピーします。
<html>
<head>
<title> un unt ittitled document </title>
<script type = "text/javascript">
関数aa()
{{
s = form1.t1.value;
s = s.Replace(// n |/r/g、 ""); // add gはグローバル置換型であり、追加しない場合は、最初のものを置き換えるだけです。 。
form1.t1.value = s;
}
</script>
</head>
<body>
<form name = "form1">
<textarea name = "t1" style = "heigh:74px"> </textarea>
<入力型= "button" value = "aa" onclick = "aa()">
</form>
</body>
</html>