寫入判斷與回傳給瀏覽器的字串。 # -*- coding: utf-8 -*- from django.http import HttpResponse ... def test(request): if 'ok' in request.GET ...
確定! 回上一頁