我想在使用php的textarea佔位符中添加換行符。使用PHP向TextArea添加換行符
代碼:
<!DOCTYPE html>
<html style="height: 100%;">
<head>
//stuff
</head>
<body>
//stuff
<div id="editContainer">
<textarea id="note" name="note" placeholder="Placeholder Text"></textarea>
</div>
//stuff
</body>
</html>
你還好嗎用這樣使用JavaScript? – jophab
@jophab我喜歡PHP,但繼續前進,並回答 –