地址是这个:http://166.111.120.164:8081/programd/坐等大神

解决方案 »

  1.   

    <a onclick="sendToBot('help');">机器人小图使用说明</a>
    function sendToBot(message)
    {
    if (message != '')
    {
    curr_input=message;
    bot.getResponse(displayResponse, message);
    }
    }bot.getResponse = function(p0, callback)
    {
        DWREngine._execute('/programd/dwr', 'bot', 'getResponse', p0, callback);
    }DWREngine._execute = function(path, scriptName, methodName, vararg_params)
    {
    var singleShot = false;
    if (DWREngine._batch == null)
    {
    DWREngine.beginBatch();
    singleShot = true;
    }