lua打印调用的函数文件及行数
摘要:
lua根据调用堆栈可以打印调谁调用了我 string.split = function(s, delim) local split = {} local pattern = "[^" .. delim .. "]+" string.gsub(s, pattern, function(v) table 阅读全文
posted @ 2024-05-24 15:10 悉野 阅读(82) 评论(0) 推荐(0)
posted @ 2024-05-24 15:10 悉野 阅读(82) 评论(0) 推荐(0)
posted @ 2024-05-24 14:49 悉野 阅读(93) 评论(0) 推荐(0)
posted @ 2024-05-24 14:13 悉野 阅读(27) 评论(0) 推荐(0)