python+django三种实现ajax的方法(判断三角形实例)

script实现Ajax

本教程是判断三角型,而使用的ajax,包括script的一种方式,和jquery的两种方式

  1. 建立方法(function)

  2. 代码实例

  3. {% load static %}
    
    
    
    	
    	Document
    
    
    
    
    		{%csrf_token%}
    		三角形A边
    三角形B边
    三角形C边
    通过oninput调用ajax #下面是返回的结果 {% if data%} {{data}} {%endif%}
  4. 1

jquery之post/get实现ajax

  1. 代码如下

  2. {% load static %}
    
    
    
      
      Document
    
    
          {%csrf_token%}
        三角形A边
    三角形B边
    三角形C边
    这里是返回的信息 {% if data%} {{data}} {%endif%} 引入jquery

jquery实现ajax(ajax)

  1. 建立方法(function)

  2. 代码展现

  3. {% load static %}
    
    
    
      
      Document
    
    
          {%csrf_token%}
        三角形A边
    三角形B边
    三角形C边
    这里是返回的信息 {% if data%} {{data}} {%endif%} 引入jquery
  4. 需要注意的是,方法前面需要先引入jquery

你可能感兴趣的:(python爬虫,Django)