@songying
2018-07-14T14:33:01.000000Z
字数 130
阅读 1025
python库
参考: https://docs.python.org/3.7/library/bisect.html 《流畅的python 》 2.8
bisect.bisect(a, x, lo=0, hi=len(a))