封鎖 >CodeGenerator >prefixLines

CodeGenerator.prefixLines() 方法

在每一行程式碼前面加上通用前置字元。適合使用縮排或新增註解標記。

Signature:

prefixLines(text: string, prefix: string): string;

參數

參數 類型 說明
文字 字串 程式碼行。
前置字串 字串 共用前置字元。

傳回:

字串

一行程式碼。