user@dailytools:/code-snapshot█
程式碼截圖
程式碼
設定
預覽
Untitled
1 2 3 4 5 6 7 8 9 10
function greet(name) {
console.log(`Hello, ${name}!`);
return {
message: `Welcome, ${name}`,
timestamp: Date.now()
};
}
const user = greet('World');
console.log(user);使用說明
美化程式碼並產生精美截圖,適合分享到社群媒體。
貼上程式碼後,可自訂語言、主題、背景漸層、視窗樣式等設定。支援自動語言偵測、多種配色主題,以及 macOS/Windows 視窗風格。