当我运行Google Cloud function时,如何查看console.log打印?有云控制台吗? // Example input: {"message": "Hello!"} // This is an error case, as "message" is required.
res.status(400).send('No
我已经设法存储了访问者的IP地址,并为他们分配了一个ID (1、2、3等)我想向他们显示不同的消息。到目前为止,我拥有的代码是: $checkUserIDExists = mysql_query("SELECT * from Information where id = '$myid'"); return '<div class="Message