Our current method of transforming the source to the target path can only perform simple replacements and cannot execute external functions.</p> <p>I’m wondering if there is an graceful way to execute an external function when rewriting the source path to the target in RSSHub...
(CString in); double stdString_2_double(std::string str);//std string 字符串转double unsigned int hexString_2_u32(std::string str); //---数字转字符串--- CString CString_int_2_numberStr(int n); CString CString_int_2_numberStr6(int n); std::string stdString_int_2_numberStr(int...