标签: python sql sqlite
cur.execute( "INSERT INTO tool1 ( USERID , USER_NAME , GROUP_NAME) VALUES (108535, ? , ? )", ( userName, groupName ) );
tool1需要变量