dev_daiao
planet 4 years ago
parent b8d53d910d
commit 8c0b016b35

@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
# added by daiao
from pyquery import PyQuery as pq
f = open("step1/index.html", encoding='utf-8')
@ -25,4 +27,4 @@ if tag == 'bgcolor':
result = doc('body').attr('bgcolor')
# print(result),
print (result, end='')
print (result, end='')

Loading…
Cancel
Save