String htmlTable = """ <html> <head></head> <body> <table> <tr> <th> ClientName </th> <th> SyncCount </th> </tr> %s </table> </body> </html>""".formatted( ...
確定! 回上一頁