W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own
website
Go to Spaces
Ctrl+Alt+P
// Create a buffer from a string const buf = Buffer.from('Hello, Node.js!'); // Buffers can be converted to strings console.log(buf.toString()); // 'Hello, Node.js!' // Access individual bytes console.log(buf[0]); // 72 (ASCII for 'H') // Buffers have a fixed length console.log(buf.length); // 15
Hello, Node.js! 72 15
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル