Given a string of text and HTML formats to be applied to the string, generate a valid HTML string. text = 'ABCDEFGHIJ' format = { 'bold': [(0,4)], ...
確定! 回上一頁