此表单发布一个事务,服务器响应直接返回到浏览器窗口,作为换行符分隔的字符串。
如何捕获服务器响应?
表单按钮: https://www.calligraphydallas.com/stuff/AGI-newline.html
表单代码(只需保存为html,启动并提交以查看行为)
ddata <- dendro_data(dendro)
p <- ggplot(segment(ddata)) +
geom_segment(aes(x = x, y = y, xend = xend, yend = yend)) +
theme_dendro()
print(p)
答案 0 :(得分:0)
你尝试过使用Fiddler吗?