c语言遍历一个字符串中所需要查找字符串出现的次数 例如输入字符串“abcdefgabcdefg”,查找字符‘c’出现的次数。直接参考c语言库函数strstr写。 c语言 2023-05-30 49 点赞 0 评论 74 浏览
Python删除非空文件夹 str=‘/home/dltest/caffe/examples/sgg_datas/images/result_test’import shutilshutil.rmtree(str)print 'ok' Other 2023-05-30 49 点赞 0 评论 74 浏览