<img src="(.*?)"\s*\/?>
This match is
http://aa.com/posts/2017425/1...f" alt="Ah" title="Ah
How can I locate the first " instead of the last " so as to accurately match the URI image path
阿神2017-07-05 10:57:32
I don’t know if you mean this<img src="(.*?)"[^>]*>
, $1 now gets the path of the image