基本上,我的意思是,当我按下一个按钮时,我想让图片移动,让图片在窗体应用程序上的某个点移动,而不是取消它,让图片移动,然后在应用程序仍在运行的情况下停止。Microsoft visual studios c# windows窗体应用程序
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Fo
我有一个滑块,它显示4个视频,我需要显示图片时,我通过移动设备,视频时,通过桌面,滑块是在main.min.js写的,并包含在main.tpl(模板),我有一个脚本,检测移动设备 require_once 'Mobile_Detect.php';
$detect = new Mobile_Detect;
// Any mobile device (phones or tablets).
if ( $detect->isMobile() ) {
}
// Any tablet device.
if( $detect->isTablet() ){ 当我使用移动设