文章目录 前言 1.Lab: Unprotected admin functionality 2.Lab: Unprotected admin functionality with unpredictable URL 3.Lab: User role controlled by request parameter 4.Lab:User role can be modified in user profile 5.Lab: User ID controlled by…
str1 ,str2 input("请输入两个学生的姓名,用空格分开").split()
print(str1)
print(str2)print("hello python")name "Jim"
print("His name is :",name)a "hello"
b "python"
print(a,b)print(&q…