題目:圖像介面文件編輯器
內容:建立一個 GUI 程式,能給使用者編輯文字文檔,並能夠存檔。
參考:https://thecleverprogrammer.com/2020/09/25/text-editor-gui-with-python/
应该怎么写?
題目:圖像介面文件編輯器
內容:建立一個 GUI 程式,能給使用者編輯文字文檔,並能夠存檔。
參考:https://thecleverprogrammer.com/2020/09/25/text-editor-gui-with-python/
应该怎么写?
关注【相关推荐】
text.search(pattern, index, stopindex=None, forwards=None, backwards=None, exact=None, regexp=None, nocase=None, count=None)
regexp若为为True,则 pattern 被解释为Tcl格式的正则表达式、
nocass若为True则搜索时忽略大小写。
count需要被设置为IntVar,用于存放搜索到的数量。