Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのようなものを分割しようとしています
ソースが Web ページからのもので、この値が複数回含まれているが、「<」文字のために分割されるとは思わない場合、これを回避する方法はありますか?
SourceSplit = Split(Source, "<span class='BText' id='BText'>")
代わりに Chr(60) を使用してみましたが、それも気に入らなかったので、何かアイデアはありますか?
助けてくれてありがとう