Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1 ) 在 Tumblr 上是否可以创建表单和/或至少创建程序。如果我想写一个 shell 脚本,或者一个 python 脚本,我可以这样做吗?请注意,我们有从 GoDaddy [ 到我的懊恼的域空间 =(我对此没有发言权]。也许有一种方法可以在大多数前端使用 tumblr,但能够做数据库的东西,以及各种其他有趣的事情东西?
编辑:如果有任何更好的解决方法,我绝对需要知道!
Tumblr 不会为您提供任何形式的数据库或后端处理,而不是您可以通过常规功能获得的功能。但是,如果您在其他地方托管,您当然可以创建一个发布到不同域的表单(即您的 Godaddy 站点)
<form action="http://yourgodaddydomain/someendpoint"> <!-- form --> </form>
然后,您可以将端点(python 脚本、php 等)设置为重定向回您的 tumblr 站点。