支援功能
- 輸入
- TXT
- 輸出
- TXT
- 檔案格式
- .tsx
如何使用TSX · 編輯器
在線開啟並編輯 TSX 檔案。無須安裝或上傳,即可搜尋文字並下載 .tsx 原始檔。
- 匯入本機 .tsx 檔案或貼上 TSX 原始碼。
- 編輯文字並使用搜尋尋找所需內容。
- 複製結果或下載修改後的原始檔。
TSX · 編輯器 · 範例
輸入
type Props = { name: string };
export default function Hello({ name }: Props) {
return <h1>Hello, {name}!</h1>;
}
輸出
type Props = { name: string };
export default function Hello({ name }: Props) {
return <h1>Hello, {name}!</h1>;
}
使用說明
檔案與輸入在此瀏覽器內處理,不需上傳或註冊帳號。
這是原始碼編輯器,不會執行、編譯、驗證程式或連線至伺服器。