--hook lua 函式 A if s.name == 'A' then print('called function A') end --只hook C的函式 if s.short_src == '[C]' and s.name == 'max' then
確定! 回上一頁