C#: 策略模式
using System;
using System.Collections.Generic;
namespace ConsoleApplication
{
public interface ITravelStrategy
{
using System;
using System.Collections.Generic;
namespace ConsoleApplication
{
public interface ITravelStrategy
{