python - using BeautifulSoup to insert an element before closing body -


what efficient way insert element last 1 in body of html page?

see answer previous question along same lines:

the following should insert fine:

soup.body.insert(len(soup.body.contents), yourelement) 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -