发布网友 发布时间:2022-04-23 02:50
共3个回答
热心网友 时间:2023-10-12 08:34
:%s/A="\(.*\)"/A="\1" B="\1"/
仅供参考
热心网友 时间:2023-10-12 08:34
:%s/=.*/& B&/
这个命令也可以,比最佳答案简洁一些。在替换串里,& 表示整个匹配的字串。
热心网友 时间:2023-10-12 08:35
Python 2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> import os >>> os.chdir('C:\Python27\Lib\site-packages\pytesser') >>> from pytesser import * >>> image = Image.open('fnord.tif') >>> print image_to_string(image) fnord