芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/es5-ext/safe-to-string.js
"use strict"; var isCallable = require("./object/is-callable"); module.exports = function (value) { try { if (value && isCallable(value.toString)) return value.toString(); return String(value); } catch (e) { return "
"; } };