-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
I use pyquery like this
`from pyquery import PyQuery
if name == 'main':
query = PyQuery('AABBCC')
need_remove_dict = dict()
for item in query('span').items():
item.remove()
print(query.outer_html())`
I except got 'AACC' but I got 'AA CC' , why use a space to replace that element i want remove?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels