Documentation Index
Fetch the complete documentation index at: https://bun.zhcndoc.com/llms.txt
Use this file to discover all available pages before exploring further.
Bun.escapeHTML() 工具可用于转义字符串中的 HTML 字符。以下字符将被替换。
"变为"""&变为"&"'变为"'"<变为"<">变为">"
更多实用工具请参见 文档 > API > Utils。