一.模板
function douyinencode(data) {
var result = {};
Java.perform(function () {
try {
var Test = Java.use("類名");
result = Test.方法名(入參);
result = {"code": 0, "value":result};
} catch (e) {
result = {"code": 1, "value": e.toString()};
}
});
return result
};
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/5078.html
標籤:Python
