pyautogui 中的 write() 和 typewrite() 函数有什么区别?

What's the difference between the write() and typewrite() functions in pyautogui?

我见过 pyautogui.typewrite() 的用法,但我在 pyautogui 文档中找不到它的文档。我确实在文档中找到了 pyautogui.write() 函数,我想知道它们是否相同,因为据我所知,它们看起来非常相似。

As of version 1.0 there is no difference between write and typewrite。 Write 已被选为首选调用,但目前 write 只是 typewrite 的别名。