网站首页 语言 会计 互联网计算机 医学 学历 职场 文艺体育 范文
当前位置:学识谷 > 设计制作 > 网页设计

python使用Flask框架获取用户IP地址有什么办法

栏目: 网页设计 / 发布于: / 人气:6.6K

python使用Flask框架获取用户IP地址有什么办法呢?读了下面小编整理的.内容或许解决您的问题。更多内容请关注应届毕业生考试网!

python使用Flask框架获取用户IP地址有什么办法

下面的代码包含了html页面和python代码,非常详细,如果你正使用Flask,也可以学习一下最基本的Flask使用方法。

python代码如下:

from flask import Flask, render_template, request

# Initialize the Flask application

app = Flask(__name__)

# Default route, print user's IP

@e('/')

def index():

ip = te_addr

return render_template('', user_ip=ip)

if __name__ == '__main__':

(

host="",

port=int("80")

)

html代码如下:

?

<!DOCTYPE html>

<html lang="en">

<head>

<link href="bootstrap/3.0.0/css/"

rel="stylesheet">

</head>

<body>

<P class="container">

<P class="header">

<h3 class="text-muted">How To Get The IP Address Of The User</h3>

</P>

<hr/>

<P>

You IP address is: <strong>{{user_ip}}</strong>

<P class="header">

<h3 class="text-muted">Code to retrieve the IP</h3>

</P>

<hr/>

<pre>

from flask import Flask, render_template, request

# Initialize the Flask application

app = Flask(__name__)

# Default route, print user's IP

@e('/')

def index():

ip = te_addr

return render_template('', user_ip=ip)

</pre>

</P>

</P>

</body>

</html>