kamisora
Results
2
issues of
kamisora
Questions should be asked on the forum: https://groups.google.com/group/cefpython For example, the video tag supports MP4 format...
原代码中似乎做了一些没必要的预处理 ``` python l = 取文本长度(欲取其部分的文本) lpos = l - 欲取出字符的数目 if lpos < 0: lpos = 0 ``` 切片其实兼容这些操作,直接使用切片就可以完成