|
@@ -179,6 +179,10 @@ class LangAreaView(TemplateView):
|
|
lk = lk.replace('%', '_')
|
|
lk = lk.replace('%', '_')
|
|
lk = lk.replace(';', '_')
|
|
lk = lk.replace(';', '_')
|
|
lk = lk.replace('‘', '_')
|
|
lk = lk.replace('‘', '_')
|
|
|
|
+ if type == 'android' or type == 'link_android':
|
|
|
|
+ for l in res:
|
|
|
|
+ lk = l
|
|
|
|
+ lk = lk.replace('&', '&')
|
|
# 正则表达式
|
|
# 正则表达式
|
|
# re.sub("[a-z]+", "$", "123abc78ab9cdeg00t8")
|
|
# re.sub("[a-z]+", "$", "123abc78ab9cdeg00t8")
|
|
content_val = res[l].replace("'", "\\'")
|
|
content_val = res[l].replace("'", "\\'")
|