常見例句Fixed a buffer overflow inside the wordwrap() function. 確定了wordwrap() 函數(shù) 中的一個緩沖溢出。The wordwrap() function wraps a string into new lines when it reaches a specific length. 函數(shù)的作用是:將字符串按字符個數(shù)換行。The DataGridViewCellStyle class provides additional formatting properties for wordwrap, text alignment, and the custom display of null database values. DataGridViewCellStyle類為換行、文本對齊和數(shù)據(jù)庫空值的自定義顯示提供了附加格式設置屬性。If the WordWrap property is set to false, text entered into the multiline text box control will be displayed on the same line until a newline character is entered. 如果將WordWrap屬性設置為false,則在多行文本框控件中輸入的文本將顯示在同一行上,直到輸入換行符才換行。By default, wordwrap will attempt to wrap at a word boundary.If you want to cut off at the exact character length, pass the optional third parameter of true. 可以指定段落的寬度(也就是多少個字符一行;超過這個字符數(shù)換行).;默認80 返回 wordwrap