python 几个小功能
python 随机抽取 import random country = ['北京', '上海', '重庆', '哈尔滨', '广州', '海南'] target = random.choice(
...Read more...
数人世相逢,百年欢笑.
python 随机抽取 import random country = ['北京', '上海', '重庆', '哈尔滨', '广州', '海南'] target = random.choice(
...Read more...
[code lang="php"] <?php /** * 冒泡排序 */ function bubbleSort(& $list) { // 控制比较轮数 for($n = 1,
...Read more...