;; Setting for English font (set-default-font "monospace-15") ;; Setting for Chinese font (dolist (charset '(kana han symbol cjk-misc bopomofo)) (set-fontset-font (frame-parameter nil 'font) charset (font-spec :family ))) (注:这里英文采用monospace,size
1.工程目录 2.urls.py """Django_ajax URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/2.1/topics/http/urls/ Examples: Function views 1. Add an import: from my_app i